home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / comm / tcp / hserv.lha / hserv / cgi-bin / test.cgi < prev    next >
Text File  |  1999-05-24  |  178b  |  10 lines

  1. #!/bin/sh
  2.  
  3. echo Content-type: text/html
  4. echo
  5.  
  6. echo "<html><head><title>perl CGI</title></head>"
  7. echo "<body><h1><strong>Hi World from perl!</strong></h1></body>"
  8. echo "</html>"
  9.  
  10.